projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ffd9bc
)
(file-name-non-special): Handle
author
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Jun 1997 03:26:07 +0000
(
03:26
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Jun 1997 03:26:07 +0000
(
03:26
+0000)
file-name-completion and file-name-all-completions.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index d481f3370ed37498224bb53f7b76574e14535e88..6e4373911c6d19142c3bfb86f73f6d724fc73f79 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2962,6
+2962,8
@@
With prefix arg, silently save all file-visiting buffers, then kill."
(file-name-directory . nil)
(file-name-as-directory . nil)
(directory-file-name . nil)
+ (file-name-completion 0 1)
+ (file-name-all-completions 0 1)
(rename-file 0 1)
(copy-file 0 1)
(make-symbolic-link 0 1)